Pushover Agent.

akil harris 11 年 前
コミット
94097e8f49
共有2 個のファイルを変更した2 個の追加2 個の削除を含む
  1. 1 1
      app/models/agents/pushover_agent.rb
  2. 1 1
      spec/models/agents/pushover_agent_spec.rb

+ 1 - 1
app/models/agents/pushover_agent.rb

@@ -103,4 +103,4 @@ module Agents
103 103
     end
104 104
 
105 105
   end
106
-end
106
+end

+ 1 - 1
spec/models/agents/pushover_agent_spec.rb

@@ -198,4 +198,4 @@ describe Agents::PushoverAgent do
198 198
       @checker.should be_valid
199 199
     end
200 200
   end
201
-end
201
+end